﻿@charset "utf-8";
*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
img{
	border:0;
}
body{
	background:url(../images/bg.jpg) repeat-x;
	font-size:14px;
	font-family:Microsoft YaHei;
}
.wrapbox{
	width:1000px;
	margin:0 auto;
}
.header{
	width:100%;
	height:240px;
}
.logo{
	height:200px;
	position:relative;
}
.logo a{
	position:absolute;
	right:50px;
	bottom:10px;
	color:#333;
	font-size:14px;
}
.logo_img{
	border:0;
	width:100%;
	height:100%;
}
.font_logo{
	position:absolute;
	width:130px;
	height:130px;
	left:40px;
	top:35px;
		
}
.navbar{
	height:40px;
	line-height:36px;
	background-color:#008BD5;
}
.menu{
	width:100%;
	text-align:center;
	font-size: 20px;
	color:#FFFFFF;
	font-family: 华文新魏;
}
.menu td{
	position:relative;
	z-index:100;
}
.menu a{
	color: #FFFFFF;
	display:block;
	padding:0 3px;
	margin:2px 2px;
	font-size: 18px;
	height:100%;
}
.menu a:hover{
	background-color:#0036A3;
	text-decoration:none;
}
.menu td:hover ul{
	display:block;
}
.menu ul{
	position:absolute;
	top:40px;
	left:0;
	background-color:#328CDA;
	min-width:120px;
	display:none;
	width:150px;
}
.footer{
	font-size: 15px;
	color:#fff;
	text-align: center;
	line-height: 30px;
	font-family: 宋体;
	height: 135px;
	background-color:#008BD5;
	padding-top: 15px;
}
.footer span {
	font-size: 18px;
}
.newslist{
	padding-left:10px;
	padding-right:10px;
}
.newslist .title{
	position:relative;
	margin-bottom:5px;
}
.newslist .title a{
	position:absolute;
	right:55px;
	top:15px;
}
.newslist .title a:hover{
	color:#blue;
}
.newslist a{
	color:#333;
	float:left;
}
.newslist li{
	height:30px;
	line-height:30px;
	padding-right:10px;
}
.newslist li:hover{
	background-color:#008BD5;
}
.newslist li:hover a{
	color:#fff;
}
.newslist span{
	float:right;
}

.oplist a{
	color:#1B1B1B;
}
.oplist .title{
	margin-bottom:5px;
}
.oplist ul{
	width:85%;
}
.oplist li{
	background:url(../images/arrow.png) no-repeat left center;
	padding-left:20px;
	border-bottom: #000000 1px dashed;
	height:45px;
	line-height:45px;
}